redundancy elimination - vertaling naar russisch
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

redundancy elimination - vertaling naar russisch

COMPUTER COMPILER OPTIMIZATION
Partial redundancy elimination

redundancy elimination      

нефтегазовая промышленность

устранение избыточности

cyclic redundancy check         
TYPE OF HASH FUNCTION USED TO DETECT ERRORS IN DATA STORAGE OR TRANSMISSION
Cyclic Redundancy Check; FCS-32; Cyclic redundancy code; CRC16; Crc64; Crc32 mpeg2; Crc16; Cyclic redundancy checks; CRC-24; CRC-16; CRC-8; CRC-64; Cyclical redundancy checking; CRC-CCITT; CRC-12; Crc32c; CRC32c; CRC8; Cyclic redundancy; Cyclic redundancy checksum; CRC-32C; CRC-32K; CRC check; CRC Values; Polynomial representations of cyclic redundancy checks; Polynomial CRC representations; List of CRC polynomials
см. CRC
elimination         
WIKIMEDIA DISAMBIGUATION PAGE
Eliminated; Elimination (disambiguation); Elimination (album)

[ilimi'neiʃ(ə)n]

общая лексика

устранение

удаление

элиминация

изъятие

ликвидация

уничтожение

математика

исключение

металлургия

выгорание (напр. углерода)

медицина

элиминирование

уничтожение (микробов)

строительное дело

устранение, удаление

нефтегазовая промышленность

подавление

Смотрите также

elimination of clone; biological elimination; cellular elimination; immune elimination; mitotic elimination; selective elimination; somatic elimination; complete elimination; elimination of quantifiers; elimination of unknown; elimination of variable; error elimination; forward elimination; strong elimination; trend elimination; weak elimination; zero elimination; elimination of staining from concrete; elimination of unsightly graffiti; excessive air elimination; elimination of ghost arrivals; elimination of pulsations; accident elimination; borehole bridge elimination; breakdown elimination; bug elimination; defect elimination; fault elimination; ghost elimination; hydrate elimination; leakage elimination; multiple elimination; redundancy elimination; salt elimination

существительное

общая лексика

удаление

исключение

выбрасывание

элиминирование

отсев

выбывание

уничтожение

ликвидация

выбывание (также [спорт.])

устранение

отобранный путем отсева

физиология

очищение

выделение

экскреция

удаление из организма

математика

исключение (неизвестного)

Смотрите также

intercompany elimination; eliminate

Definitie

ПЛЕЙ-ОФФ
(англ. play-off от play - игра, играть и off - от), спортивные соревнования, проигрыш в которых означает выбывание из них.

Wikipedia

Partial-redundancy elimination

In compiler theory, partial redundancy elimination (PRE) is a compiler optimization that eliminates expressions that are redundant on some but not necessarily all paths through a program. PRE is a form of common subexpression elimination.

An expression is called partially redundant if the value computed by the expression is already available on some but not all paths through a program to that expression. An expression is fully redundant if the value computed by the expression is available on all paths through the program to that expression. PRE can eliminate partially redundant expressions by inserting the partially redundant expression on the paths that do not already compute it, thereby making the partially redundant expression fully redundant.

For instance, in the following code:

the expression x+4 assigned to z is partially redundant because it is computed twice if some_condition is true. PRE would perform code motion on the expression to yield the following optimized code:

An interesting property of PRE is that it performs (a form of) common subexpression elimination and loop-invariant code motion at the same time. In addition, PRE can be extended to eliminate injured partial redundancies, thereby effectively performing strength reduction. This makes PRE one of the most important optimizations in optimizing compilers. Traditionally, PRE is applied to lexically equivalent expressions, but recently formulations of PRE based on static single assignment form have been published that apply the PRE algorithm to values instead of expressions, unifying PRE and global value numbering.

Vertaling van &#39redundancy elimination&#39 naar Russisch